Leadtools.Web.Services Requires Medical product license | Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.09.25
UpdateUI Method
See Also 
Leadtools.Web.Services Namespace > Generic ServiceStreamer Class : UpdateUI Method



currentStreamNumber
A number which identify the stream number which this streamedData belongs to.
state
User state information.
streamedData
The actual data streamed from the service.
currentStreamNumber
A number which identify the stream number which this streamedData belongs to.
state
User state information.
streamedData
The actual data streamed from the service.
Update the user interface with the information received from the web service.

Syntax

Visual Basic (Declaration) 
Protected Overridable MustOverride Sub UpdateUI( _
   ByVal currentStreamNumber As Integer, _
   ByVal state As TServiceState, _
   ByVal streamedData As TStreamedData _
) 
Visual Basic (Usage)Copy Code
Dim instance As ServiceStreamer(Of TStreamedData,TServiceState)
Dim currentStreamNumber As Integer
Dim state As TServiceState
Dim streamedData As TStreamedData
 
instance.UpdateUI(currentStreamNumber, state, streamedData)
C# 
protected virtual abstract void UpdateUI( 
   int currentStreamNumber,
   TServiceState state,
   TStreamedData streamedData
)
C++/CLI 
protected:
virtual abstract void UpdateUI( 
   int currentStreamNumber,
   TServiceState state,
   TStreamedData streamedData
) 

Parameters

currentStreamNumber
A number which identify the stream number which this streamedData belongs to.
state
User state information.
streamedData
The actual data streamed from the service.

Remarks

Use this method to update the user interface with the information streamed from the web service.

Requirements

Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family

See Also

UpdateUI requires a Web Viewer Framework Module license and unlock key. For more information, refer to: Imaging Pro/Document/Medical Features